home *** CD-ROM | disk | FTP | other *** search
- /* Urlbar Text selection fixes */
- #main-window[btBoom="coolhandnuke"]
- #urlbar .textbox-input-box,
- #main-window[btBoom="coolhandnuke"]
- #urlbar-icons {
- background-image: url("../../skin/coolhandnuke/resources/urlbar/textfield-mid.png") !important;
- background-position: left center !important;
- background-repeat: repeat-x !important;
- background-color: rgba(255,255,255,0.01) !important;
- color: #000;
- }
-
- #main-window[btBoom="coolhandnuke"]
- #urlbar[focused="true"] .textbox-input-box,
- #main-window[btBoom="coolhandnuke"]
- #urlbar[focused="true"] #urlbar-icons {
- background-image: url("../../skin/coolhandnuke/resources/urlbar/textfield-mid-focused.png") !important;
- background-position: left center !important;
- background-repeat: repeat-x !important;
- background-color: rgba(255,255,255,0.01) !important;
- color: #000;
- }
-
- /* Searchbar highlight fix for windows */
- #main-window[btBoom="coolhandnuke"]
- .searchbar-textbox > .autocomplete-textbox-container > .textbox-input-box {
- background-image: url("../../skin/coolhandnuke/resources/urlbar/textfield-mid.png") !important;
- background-repeat: repeat-x !important;
- background-color: rgba(255,255,255,0.01) !important;
- }
-
- #main-window[btBoom="coolhandnuke"]
- .searchbar-textbox[focused="true"] > .autocomplete-textbox-container > .textbox-input-box {
- background-image: url("../../skin/coolhandnuke/resources/urlbar/textfield-mid-focused.png") !important;
- background-repeat: repeat-x !important;
- background-color: rgba(255,255,255,0.01) !important;
- }
-
- /* Fix for bug #186, squre edge on searchbox,
- * introduced in Gecko/20090603 Shiretoko/3.5pre
- */
- #main-window[btBoom="coolhandnuke"]
- .searchbar-engine-button {
- -moz-box-shadow: none !important;
- }
- #main-window[btBoom="coolhandnuke"]
- #identity-box {
- -moz-box-shadow: none !important;
- }
-
- /* Move the glow behind the icon, its causing weird artifacts */
- #main-window[btBoom="coolhandnuke"]
- #identity-box.unknownIdentity #page-proxy-stack {
- margin-left: 5px;
- }
-